From: Stefan Monnier Date: Wed, 4 Nov 2009 04:32:04 +0000 (+0000) Subject: Require help-mode rather than help-fns (bug#4861). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9651 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7c1f424c628de5615b3b2d07783306b815a5c62d;p=emacs.git Require help-mode rather than help-fns (bug#4861). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3feaa4002f9..194fdfdd915 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-11-04 Stefan Monnier + + * descr-text.el: Require help-mode rather than help-fns (bug#4861). + 2009-11-04 Glenn Morris * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro. diff --git a/lisp/descr-text.el b/lisp/descr-text.el index c16f8fde610..77b6bb8254d 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -29,7 +29,7 @@ ;;; Code: (eval-when-compile (require 'quail)) -(require 'help-fns) +(require 'help-mode) ;;; Describe-Text Utilities.